@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.row {
    display: block;
}

.row::after {
    content: '';
    display: block;
    clear: both;
}

.red {background-color: red;}
.green {background-color: green;}
.blue {background-color: blue;}


.w33 {
    width: 33.333333%;
    float: left;
    padding: 20px;
}

.w50 {
    width: 50%;
    float: left;
    padding: 20px;
}

.w40 {
    width: 40%;
    float: left;
    padding: 20px;
}

.w60 {
    width: 60%;
    float: left;
    padding: 20px;
}

.lib {
    font-size: 20px;
    margin-bottom: 20px;
}

.sell {
    font-size: 35px;
    font-weight: bold;
    margin: 20px 0;
}

.nic {
    font-weight: bold;
    font-size: 34px;
}

.res-img {
    max-width: 100%;
    height: auto;
}

.w100 {
    width: 100%;
    padding: 20px;
}

.head {
    width: 100%;
    height: 100px;
    text-align: center;
}

.logo {
    height: 100px;
}

.shapka {
    width: 100%;
    height: 200px;

    text-align: center;
    margin-bottom: 40px;
}

.head-icons {
    background-color: rgb(255, 217, 0);
    height: 120px;

}

.icon {
    height: 80px;
}

.head-bing {
    background-color: rgb(255, 217, 0);
    height: 150px;
    text-align: center;
    border-radius: 0 0 30px 30px;
}

.logo-img {
    height: 120px;
}

.head-gif {
    background-color: rgb(255, 217, 0);
    height: 120px;

}


.blox1 {
    width: 100%;
    height: 200px;

    text-align: center;
    margin-bottom: 40px;
}

.glav {

}


.bind {
    background-color: darkgray;
    width: 100%;
    height: 350px;
    margin: 900px;
}

.card {
    width: 100%;
    background-color: rgb(255, 217, 0);
    color: white;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
}

.card-title {
    height: 100px;
    padding: 30px;
    font-size: 40px;
}

.tovar-card {
    padding: 40px 0;
    border-bottom: 2px solid rgb(142, 142, 142);
}

.button-pod-foto {
    background-color: rgb(255, 217, 0);
    display: block;
    padding: 20px 40px;
    color: black;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    transition: 0.3s;
    text-transform: uppercase;
}

.button-pod-foto:hover {
    background-color: black;
    color:rgb(255, 217, 0);
    transform: scale(1.1);

}

.button{
    background-color: rgb(255, 217, 0);
    display: inline-block;
    padding: 20px 40px;
    color: black;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 10px;
}

.button:hover {
    background-color: black;
    color:rgb(255, 217, 0);
    transform: scale(1.1);

}

.center-text {
    text-align: center;
    padding: 40px;
    margin-top: 200px;
}

.buy {
font-size: 150px;
color: rgb(239, 0, 0);
}

.givme {
    font-size: 60px;
 
}

#up-arrow {
    position: fixed;    
    right: 50px;
    bottom: 50px;
    width: 125px;
    height: 125px;
    background: rgb(255, 217, 0);
    border-radius: 50%;
    display: none;
    color: blue;
    text-align: center;
    line-height: 125px;
    font-size: 60px;
    cursor: pointer;
}

.name-otzivi {
    text-align: center;
    font-size: 50px;
    margin: 30px;
}

.center {text-align: center;
font-size: 60px;}

.avtor-text {
    font-size: 30px;
}

.avtor-text li {
    padding: 10px 0;
}

.prezent {
    font-size: 30px;
    text-align: center;
}


